home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Tools / Languages / Python 1.1 / Lib / ospath.py < prev    next >
Encoding:
Text File  |  1994-08-01  |  68 b   |  4 lines  |  [TEXT/R*ch]

  1. # ospath.py is obsolete
  2. import os
  3. exec 'from %s import *' % os.name
  4.